home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1993 / MacHack 1993.toast / MacHack™ 1987-1992 / MacHack™ '90 / Source Code ƒ / MPW C ƒ / Compress ƒ / compress.doc next >
Encoding:
Text File  |  1990-04-06  |  914 b   |  33 lines  |  [ttro/ttxt]

  1. 5 April 90
  2.  
  3. compress (MPW data fork compression/decompression tool)
  4. important: this tool compresses/decompresses the data fork only; the resource fork is ignored.
  5.  
  6.  
  7.     usage: compress [-c] [-d] sourcefile [>targetfile]
  8.  
  9. (wildcards not allowed)
  10.  
  11.     -c specifies compression
  12.     -d specifies decompression
  13.  
  14.  
  15. For those times you need it in a tool…
  16.  
  17. This tool offers 15-bit LZW compression.  Compression ratios are somewhat better than Ray’s Stuffit, but this tool doesn’t check for things such as pathological input data.  For example, compressing random bytes (such as an encrypted file) will result in a LARGER targetfile.
  18.  
  19.  
  20.     This software is FREE; it may be given away, but never sold
  21.  
  22.     From the maker of Moby lexical database products
  23.  
  24.     Call or write for brochure:
  25.     Illumind Unabridged
  26.     571 Belden St., Ste. A
  27.     Monterey, CA  93940
  28.     (408) 373-1491
  29.     CIS 76166,1075
  30.  
  31.     Copyright © 1990 by Grady Ward.  All Rights Reserved.
  32.  
  33.